Skip to content

Conversation

@cakebaker
Copy link
Contributor

When running ./util/build-gnu.sh I noticed the following two warnings:

GNUmakefile:288: warning: overriding recipe for target 'test_busybox_sleep'
GNUmakefile:288: warning: ignoring old recipe for target 'test_busybox_sleep'

They are shown because sleep is listed in both PROGS and UNIX_PROGS whereas all other utils are listed only in one of those two lists.

This PR removes sleep from UNIX_PROGS. I removed it from UNIX_PROGS and not from PROGS because there is no special handling of sleep in Cargo.toml.

because it's already in PROGS
@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

@sylvestre sylvestre merged commit 3886249 into uutils:main Dec 16, 2024
61 of 62 checks passed
@cakebaker cakebaker deleted the GNUmakefile_remove_duplicate_sleep branch December 16, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants